-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuous functions are dense in L1 #1015
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zstone1
added
enhancement ✨
This issue/PR is about adding new features enhancing the library
TODO: MC2 port
This PR must be ported to mathcomp 2 now that the. Remove this label when the port is done.
labels
Aug 27, 2023
I have yet to use the lemma in a complete application to be sure but so far it looks ok. |
affeldt-aist
approved these changes
Aug 29, 2023
CohenCyril
reviewed
Aug 30, 2023
IshiguroYoshihiro
pushed a commit
to IshiguroYoshihiro/analysis
that referenced
this pull request
Sep 7, 2023
* simple functions are bounded * continuous functions dense in simple * updating changelog * proving full theorem instead * changelog * shorter simple_bouned with bigmax lemmas * fix, mv 1 lemma, marginally shorter scripts * making lemma non-local --------- Co-authored-by: Reynald Affeldt <[email protected]>
affeldt-aist
added a commit
to affeldt-aist/analysis
that referenced
this pull request
Sep 21, 2023
* simple functions are bounded * continuous functions dense in simple * updating changelog * proving full theorem instead * changelog * shorter simple_bouned with bigmax lemmas * fix, mv 1 lemma, marginally shorter scripts * making lemma non-local --------- Co-authored-by: Reynald Affeldt <[email protected]>
proux01
pushed a commit
that referenced
this pull request
Sep 22, 2023
* simple functions are bounded * continuous functions dense in simple * updating changelog * proving full theorem instead * changelog * shorter simple_bouned with bigmax lemmas * fix, mv 1 lemma, marginally shorter scripts * making lemma non-local --------- Co-authored-by: Reynald Affeldt <[email protected]>
proux01
pushed a commit
that referenced
this pull request
Sep 25, 2023
* simple functions are bounded * continuous functions dense in simple * updating changelog * proving full theorem instead * changelog * shorter simple_bouned with bigmax lemmas * fix, mv 1 lemma, marginally shorter scripts * making lemma non-local --------- Co-authored-by: Reynald Affeldt <[email protected]>
proux01
pushed a commit
that referenced
this pull request
Sep 25, 2023
* simple functions are bounded * continuous functions dense in simple * updating changelog * proving full theorem instead * changelog * shorter simple_bouned with bigmax lemmas * fix, mv 1 lemma, marginally shorter scripts * making lemma non-local --------- Co-authored-by: Reynald Affeldt <[email protected]>
proux01
removed
the
TODO: MC2 port
This PR must be ported to mathcomp 2 now that the. Remove this label when the port is done.
label
Sep 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation for this change
The last piece of track B for #965.
The proof starts with an integrable function
f
g
viaapproximation_sfun_integrable
g
is continuous.h
.The proof could be factored out into more reusable components. However, having the topology for L1 is pretty important to make that work. Then we can circumvent most of the the boiler plate with
But without the Lp spaces defined, there's no great way to do this. I'm happy with things as they are now, mostly because I want to keep pushing towards FTC.
@affeldt-aist Is this phrasing of density ok? It's pretty easy to convert to one about
(forall eps, exists N, ...)
by applyingcvg_ballP
andfine_fcvg
if that's easier for you.Things done/to do
CHANGELOG_UNRELEASED.md
Compatibility with MathComp 2.0
TODO: HB port
to make sure someone ports this PR tothe
hierarchy-builder
branch or I already opened an issue or PR (please cross reference).Automatic note to reviewers
Read this Checklist and put a milestone if possible.